1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmAddSupplier
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmAddSupplier))
27         Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
28         Me.GroupBox1 = New System.Windows.Forms.GroupBox
29         Me.txtCperson = New System.Windows.Forms.TextBox
30         Me.Label6 = New System.Windows.Forms.Label
31         Me.GroupBox2 = New System.Windows.Forms.GroupBox
32         Me.lstProducts = New System.Windows.Forms.ListView
33         Me.ColumnHeader1 = New System.Windows.Forms.ColumnHeader
34         Me.ColumnHeader2 = New System.Windows.Forms.ColumnHeader
35         Me.ColumnHeader3 = New System.Windows.Forms.ColumnHeader
36         Me.cmdadd = New System.Windows.Forms.Button
37         Me.cmddelete = New System.Windows.Forms.Button
38         Me.Label5 = New System.Windows.Forms.Label
39         Me.txtcontact = New System.Windows.Forms.TextBox
40         Me.Label4 = New System.Windows.Forms.Label
41         Me.txtaddress = New System.Windows.Forms.TextBox
42         Me.Label3 = New System.Windows.Forms.Label
43         Me.txtname = New System.Windows.Forms.TextBox
44         Me.Label2 = New System.Windows.Forms.Label
45         Me.txtid = New System.Windows.Forms.TextBox
46         Me.Label1 = New System.Windows.Forms.Label
47         Me.cmdsave = New System.Windows.Forms.Button
48         Me.cmdcancel = New System.Windows.Forms.Button
49         Me.Label7 = New System.Windows.Forms.Label
50         Me.txtlocal = New System.Windows.Forms.TextBox
51         Me.GroupBox1.SuspendLayout()
52         Me.GroupBox2.SuspendLayout()
53         Me.SuspendLayout()
54         
'
55         
'ImageList1
56         
'
57         Me.ImageList1.ImageStream = CType(resources.GetObject(
"ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
58         Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
59         Me.ImageList1.Images.SetKeyName(
0, "+.ico")
60         Me.ImageList1.Images.SetKeyName(
1, "-.ico")
61         
'
62         
'GroupBox1
63         
'
64         Me.GroupBox1.Controls.Add(Me.txtlocal)
65         Me.GroupBox1.Controls.Add(Me.Label7)
66         Me.GroupBox1.Controls.Add(Me.txtCperson)
67         Me.GroupBox1.Controls.Add(Me.Label6)
68         Me.GroupBox1.Controls.Add(Me.GroupBox2)
69         Me.GroupBox1.Controls.Add(Me.Label5)
70         Me.GroupBox1.Controls.Add(Me.txtcontact)
71         Me.GroupBox1.Controls.Add(Me.Label4)
72         Me.GroupBox1.Controls.Add(Me.txtaddress)
73         Me.GroupBox1.Controls.Add(Me.Label3)
74         Me.GroupBox1.Controls.Add(Me.txtname)
75         Me.GroupBox1.Controls.Add(Me.Label2)
76         Me.GroupBox1.Controls.Add(Me.txtid)
77         Me.GroupBox1.Controls.Add(Me.Label1)
78         Me.GroupBox1.Location = New System.Drawing.Point(
3, 0)
79         Me.GroupBox1.Name =
"GroupBox1"
80         Me.GroupBox1.Size = New System.Drawing.Size(
452, 283)
81         Me.GroupBox1.TabIndex =
0
82         Me.GroupBox1.TabStop = False
83         
'
84         
'txtCperson
85         
'
86         Me.txtCperson.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
87         Me.txtCperson.Location = New System.Drawing.Point(
86, 103)
88         Me.txtCperson.MaxLength =
50
89         Me.txtCperson.Name =
"txtCperson"
90         Me.txtCperson.Size = New System.Drawing.Size(
325, 21)
91         Me.txtCperson.TabIndex =
3
92         
'
93         
'Label6
94         
'
95         Me.Label6.AutoSize = True
96         Me.Label6.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
97         Me.Label6.Location = New System.Drawing.Point(
1, 109)
98         Me.Label6.Name =
"Label6"
99         Me.Label6.Size = New System.Drawing.Size(
88, 13)
100         Me.Label6.TabIndex =
101
101         Me.Label6.Text =
"Contact Person :"
102         
'
103         
'GroupBox2
104         
'
105         Me.GroupBox2.Controls.Add(Me.lstProducts)
106         Me.GroupBox2.Controls.Add(Me.cmdadd)
107         Me.GroupBox2.Controls.Add(Me.cmddelete)
108         Me.GroupBox2.Location = New System.Drawing.Point(
86, 144)
109         Me.GroupBox2.Name =
"GroupBox2"
110         Me.GroupBox2.Size = New System.Drawing.Size(
364, 136)
111         Me.GroupBox2.TabIndex =
22
112         Me.GroupBox2.TabStop = False
113         
'
114         
'lstProducts
115         
'
116         Me.lstProducts.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
117         Me.lstProducts.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2, Me.ColumnHeader3})
118         Me.lstProducts.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
119         Me.lstProducts.FullRowSelect = True
120         Me.lstProducts.GridLines = True
121         Me.lstProducts.Location = New System.Drawing.Point(
6, 12)
122         Me.lstProducts.MultiSelect = False
123         Me.lstProducts.Name =
"lstProducts"
124         Me.lstProducts.Size = New System.Drawing.Size(
319, 118)
125         Me.lstProducts.TabIndex =
100
126         Me.lstProducts.UseCompatibleStateImageBehavior = False
127         Me.lstProducts.View = System.Windows.Forms.View.Details
128         
'
129         
'ColumnHeader1
130         
'
131         Me.ColumnHeader1.Text =
"Cat ID"
132         Me.ColumnHeader1.Width =
50
133         
'
134         
'ColumnHeader2
135         
'
136         Me.ColumnHeader2.Text =
"ID"
137         Me.ColumnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
138         Me.ColumnHeader2.Width =
40
139         
'
140         
'ColumnHeader3
141         
'
142         Me.ColumnHeader3.Text =
"Name"
143         Me.ColumnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
144         Me.ColumnHeader3.Width =
200
145         
'
146         
'cmdadd
147         
'
148         Me.cmdadd.Font = New System.Drawing.Font(
"Tahoma", 6.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
149         Me.cmdadd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
150         Me.cmdadd.ImageIndex =
0
151         Me.cmdadd.ImageList = Me.ImageList1
152         Me.cmdadd.Location = New System.Drawing.Point(
331, 14)
153         Me.cmdadd.Name =
"cmdadd"
154         Me.cmdadd.Size = New System.Drawing.Size(
24, 22)
155         Me.cmdadd.TabIndex =
6
156         Me.cmdadd.UseVisualStyleBackColor = True
157         
'
158         
'cmddelete
159         
'
160         Me.cmddelete.Font = New System.Drawing.Font(
"Tahoma", 6.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
161         Me.cmddelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
162         Me.cmddelete.ImageIndex =
1
163         Me.cmddelete.ImageList = Me.ImageList1
164         Me.cmddelete.Location = New System.Drawing.Point(
331, 35)
165         Me.cmddelete.Name =
"cmddelete"
166         Me.cmddelete.Size = New System.Drawing.Size(
24, 21)
167         Me.cmddelete.TabIndex =
7
168         Me.cmddelete.UseVisualStyleBackColor = True
169         
'
170         
'Label5
171         
'
172         Me.Label5.AutoSize = True
173         Me.Label5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
174         Me.Label5.Location = New System.Drawing.Point(
23, 152)
175         Me.Label5.Name =
"Label5"
176         Me.Label5.Size = New System.Drawing.Size(
63, 13)
177         Me.Label5.TabIndex =
21
178         Me.Label5.Text =
"Products :"
179         
'
180         
'txtcontact
181         
'
182         Me.txtcontact.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
183         Me.txtcontact.Location = New System.Drawing.Point(
86, 125)
184         Me.txtcontact.MaxLength =
11
185         Me.txtcontact.Name =
"txtcontact"
186         Me.txtcontact.Size = New System.Drawing.Size(
140, 21)
187         Me.txtcontact.TabIndex =
4
188         
'
189         
'Label4
190         
'
191         Me.Label4.AutoSize = True
192         Me.Label4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
193         Me.Label4.Location = New System.Drawing.Point(
17, 128)
194         Me.Label4.Name =
"Label4"
195         Me.Label4.Size = New System.Drawing.Size(
72, 13)
196         Me.Label4.TabIndex =
19
197         Me.Label4.Text =
"Contact No. :"
198         
'
199         
'txtaddress
200         
'
201         Me.txtaddress.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
202         Me.txtaddress.Location = New System.Drawing.Point(
86, 35)
203         Me.txtaddress.MaxLength =
100
204         Me.txtaddress.Multiline = True
205         Me.txtaddress.Name =
"txtaddress"
206         Me.txtaddress.Size = New System.Drawing.Size(
325, 66)
207         Me.txtaddress.TabIndex =
2
208         
'
209         
'Label3
210         
'
211         Me.Label3.AutoSize = True
212         Me.Label3.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
213         Me.Label3.Location = New System.Drawing.Point(
36, 38)
214         Me.Label3.Name =
"Label3"
215         Me.Label3.Size = New System.Drawing.Size(
53, 13)
216         Me.Label3.TabIndex =
17
217         Me.Label3.Text =
"Address :"
218         
'
219         
'txtname
220         
'
221         Me.txtname.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
222         Me.txtname.Location = New System.Drawing.Point(
86, 12)
223         Me.txtname.MaxLength =
50
224         Me.txtname.Name =
"txtname"
225         Me.txtname.Size = New System.Drawing.Size(
325, 21)
226         Me.txtname.TabIndex =
1
227         
'
228         
'Label2
229         
'
230         Me.Label2.AutoSize = True
231         Me.Label2.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
232         Me.Label2.Location = New System.Drawing.Point(
7, 19)
233         Me.Label2.Name =
"Label2"
234         Me.Label2.Size = New System.Drawing.Size(
82, 13)
235         Me.Label2.TabIndex =
15
236         Me.Label2.Text =
"Supplier Name :"
237         
'
238         
'txtid
239         
'
240         Me.txtid.BackColor = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
241         Me.txtid.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
242         Me.txtid.Location = New System.Drawing.Point(
86, 12)
243         Me.txtid.Name =
"txtid"
244         Me.txtid.ReadOnly = True
245         Me.txtid.Size = New System.Drawing.Size(
78, 21)
246         Me.txtid.TabIndex =
100
247         Me.txtid.Visible = False
248         
'
249         
'Label1
250         
'
251         Me.Label1.AutoSize = True
252         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
253         Me.Label1.Location = New System.Drawing.Point(
23, 19)
254         Me.Label1.Name =
"Label1"
255         Me.Label1.Size = New System.Drawing.Size(
66, 13)
256         Me.Label1.TabIndex =
13
257         Me.Label1.Text =
"Supplier ID :"
258         Me.Label1.Visible = False
259         
'
260         
'cmdsave
261         
'
262         Me.cmdsave.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
263         Me.cmdsave.Location = New System.Drawing.Point(
336, 286)
264         Me.cmdsave.Name =
"cmdsave"
265         Me.cmdsave.Size = New System.Drawing.Size(
51, 26)
266         Me.cmdsave.TabIndex =
8
267         Me.cmdsave.Text =
"Save"
268         Me.cmdsave.UseVisualStyleBackColor = True
269         
'
270         
'cmdcancel
271         
'
272         Me.cmdcancel.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
273         Me.cmdcancel.Location = New System.Drawing.Point(
393, 286)
274         Me.cmdcancel.Name =
"cmdcancel"
275         Me.cmdcancel.Size = New System.Drawing.Size(
51, 26)
276         Me.cmdcancel.TabIndex =
9
277         Me.cmdcancel.Text =
"Cancel"
278         Me.cmdcancel.UseVisualStyleBackColor = True
279         
'
280         
'Label7
281         
'
282         Me.Label7.AutoSize = True
283         Me.Label7.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
284         Me.Label7.Location = New System.Drawing.Point(
272, 128)
285         Me.Label7.Name =
"Label7"
286         Me.Label7.Size = New System.Drawing.Size(
58, 13)
287         Me.Label7.TabIndex =
102
288         Me.Label7.Text =
"Local No. :"
289         
'
290         
'txtlocal
291         
'
292         Me.txtlocal.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
293         Me.txtlocal.Location = New System.Drawing.Point(
336, 125)
294         Me.txtlocal.MaxLength =
11
295         Me.txtlocal.Name =
"txtlocal"
296         Me.txtlocal.Size = New System.Drawing.Size(
75, 21)
297         Me.txtlocal.TabIndex =
5
298         
'
299         
'FrmAddSupplier
300         
'
301         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
302         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
303         Me.BackColor = System.Drawing.Color.WhiteSmoke
304         Me.ClientSize = New System.Drawing.Size(
460, 316)
305         Me.Controls.Add(Me.cmdcancel)
306         Me.Controls.Add(Me.cmdsave)
307         Me.Controls.Add(Me.GroupBox1)
308         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
309         Me.MaximizeBox = False
310         Me.MinimizeBox = False
311         Me.Name =
"FrmAddSupplier"
312         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
313         Me.Text =
"Supplier Profile"
314         Me.GroupBox1.ResumeLayout(False)
315         Me.GroupBox1.PerformLayout()
316         Me.GroupBox2.ResumeLayout(False)
317         Me.ResumeLayout(False)
318
319     End Sub
320     Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
321     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
322     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
323     Friend WithEvents cmdadd As System.Windows.Forms.Button
324     Friend WithEvents cmddelete As System.Windows.Forms.Button
325     Friend WithEvents Label5 As System.Windows.Forms.Label
326     Friend WithEvents txtcontact As System.Windows.Forms.TextBox
327     Friend WithEvents Label4 As System.Windows.Forms.Label
328     Friend WithEvents txtaddress As System.Windows.Forms.TextBox
329     Friend WithEvents Label3 As System.Windows.Forms.Label
330     Friend WithEvents txtname As System.Windows.Forms.TextBox
331     Friend WithEvents Label2 As System.Windows.Forms.Label
332     Friend WithEvents txtid As System.Windows.Forms.TextBox
333     Friend WithEvents Label1 As System.Windows.Forms.Label
334     Friend WithEvents cmdsave As System.Windows.Forms.Button
335     Friend WithEvents cmdcancel As System.Windows.Forms.Button
336     Friend WithEvents txtCperson As System.Windows.Forms.TextBox
337     Friend WithEvents Label6 As System.Windows.Forms.Label
338     Friend WithEvents lstProducts As System.Windows.Forms.ListView
339     Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
340     Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
341     Friend WithEvents ColumnHeader3 As System.Windows.Forms.ColumnHeader
342     Friend WithEvents txtlocal As System.Windows.Forms.TextBox
343     Friend WithEvents Label7 As System.Windows.Forms.Label
344 End Class


Gõ tìm kiếm nhanh...